table.BOF Function

Syntax

Result_Flag as L = Bof([C tagname])

Arguments

tagname

Optional. Default = Record number order. The name of an index.

Description

Returns TRUE if we are on the first record of the specified (or current) search order.

Discussion

The <TBL>.BOF() method returns .T. (TRUE) if the current record is the first record in the logical order specified by Index_Tagname.

This calculated field on a form returns True if the current record is the first record in lastname index order.

table.current().bof("lastname")

See Also